ftp server 相关的搜索结果 共有4个

ftp_cd()

Description: Set the remote working directory/directories on the FTP server. Syntax: ftp_cd(client,remotePath) Note: Ftpftp server, remote working directory, external library function

ftp_get()

Description: Download a file from the FTP server. Syntax: ftp_get(client,remoteFile,localFile) Note: FtpCli external libftp server, download file, external library function

ftp_mget()

Description: Download multiple files from a FTP server. Syntax: ftp_mget(client,serverFolder,localFolder,multiServerFileftp server, download, external library function

ftp_mput()

Description: Upload multiple files onto a FTP server. Syntax: ftp_mput(client,serverFolder,localFolder,multiLocalFiles) ftp server, upload, external library function